home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-06-07 | 1002 b | 26 lines | [TEXT/ttxt] |
- Settings File = TestBed
- Script Name = OutScroll
- Command Key =
- F-key =
- Menu = NO
- Button = NO
-
- 1 Remark "This script creates the 'keyboard' region, and"
- 2 Remark "installs the cursor in it."
- 3 Remark "====================================="
- 4 Remark "Record the postion of the cursor in the "
- 5 Remark "'conversation' region."
- 6 Remark "====================================="
- 7 Set Variable inCursRow from Expression "=CURSORROW"
- 8 Set Variable inCursCol from Expression "=CURSORCOL"
- 9 Remark "====================================="
- 10 Remark "Now create the 'keyboard' scroll region."
- 11 Remark "====================================="
- 12 Send Local to Screen "^[[22;24r"
- 13 Remark "====================================="
- 14 Remark "Now move the cursor to its last recorded position"
- 15 Remark "in the 'keyboard' region."
- 16 Remark "====================================="
- 17 Move Cursor to Absolute row "=outCursRow"
- 18 Move Cursor to Absolute column "=outCursCol"
-